home *** CD-ROM | disk | FTP | other *** search
/ IBM OEM Software Product … CD For PC Manufacturers / IBM OEM Software - Product Sampler CD for PC Manufacturers.iso / InternetIntranets / Notes / LOTUS027.DSK / MODEMS / GEN_ALL.MDM < prev    next >
Text File  |  1994-04-28  |  12KB  |  370 lines

  1. ; Generic All-Speed Modem Command File
  2. ; (for Notes Release 3 or later versions ONLY)
  3.  
  4. ;=====================================================
  5. ; Last revision date: 04/22/94 (update this date
  6. ; each time you edit; it is also advisable to rename
  7. ; your edited file [use Save As, rather than Save 
  8. ; option] to avoid later confusion and to keep the 
  9. ; original .MDM file intact).
  10.  
  11. ; NOTE: Refer to the file TEMPLATE.MDM (A Sample Modem 
  12. ; Command File) for a description of modem command 
  13. ; files and how they work. "A Sample Modem Command 
  14. ; File" is user selectable within the Lotus Notes 
  15. ; Setup dialog "Modem Type" listbox in which you found 
  16. ; this modem command file (see end of listings, 
  17. ; beginning with a period) and is a printable ASCII 
  18. ; text file (approximately 14 pages). 
  19. ;======================================================
  20.  
  21. ; HOW TO USE THIS FILE: The Generic All-Speed Modem 
  22. ; Command File is intended to be used ONLY when no 
  23. ; command file currently exists for the available modem, 
  24. ; and a reliable connection cannot be obtained with 
  25. ; command files for modems which seem closest to the 
  26. ; model in question.  This file has been written for use 
  27. ; with Lotus Notes Release 3 and later.  It is possible 
  28. ; this file will work as-is, with no editing required from 
  29. ; the user.  Should initial attempts fail, turn on LOG I/O 
  30. ; and try to determine the problem's source. The paragraphs 
  31. ; below describe how to deal, in order of likelihood with 
  32. ; the three most common reasons for command file failure.
  33.  
  34. ; 1. This file contains CONNECT responses which end in 
  35. ; "wildcards" (asterisks).  As the CONNECT response syntax 
  36. ; may vary significantly from modem to modem there formerly 
  37. ; was no guarantee that even a broad range of result codes 
  38. ; listed would enable Notes to properly initialize an 
  39. ; unsupported modem.  Notes Version 3 and this V3 Generic 
  40. ; command file circumvent this problem by substituting 
  41. ; wildcards for all result codes--the Notes XPC driver will 
  42. ; accept any form of response from the modem provided the 
  43. ; equal string to the left of the asterisk exactly matches 
  44. ; its first portion. 
  45.  
  46. ; 2.  The next thing you'll need to do will be to determine 
  47. ; the proper commands for activating RTS/CTS ENABLED or 
  48. ; IGNORED (assuming your modem supports hardware flow 
  49. ; control).  Again a wide variety of possible commands have 
  50. ; been listed, but all have been remmed out (see the section 
  51. ; headed  "[commands]" below--the disabled lines have 
  52. ; semicolons in front of them, which will need to be removed to 
  53. ; make the commands active). The name of vendors know to 
  54. ; use various  of these commands are listed here, as well;
  55. ; however, it may  be necessary for you to consult your user's 
  56. ; manual to  determine which set (if any of those listed) are 
  57. ; correct for your modem.  
  58.  
  59. ; 3.  Lastly, the main setup strings, SETUP=AT&F, 
  60. ; SETUP=ATE0V1, and SETUP=AT&C1&D2S0=0X4, allow the 
  61. ; modem to operate using factory default settings (&F), with the 
  62. ; certain necessary exceptions.  Echo is turned off, and Verbose 
  63. ; mode is turned on (English responses rather than numeric).  
  64. ; The main string instructs the modem to track carrier, hang up if
  65. ; DTR (Data Terminal Ready signal) drops, to not auto-answer, 
  66. ; and to enable the broadest variety of result codes.  The chances 
  67. ; are good that the factory defaults, combined with these required 
  68. ; settings, will permit reliable connections to be obtained.  But 
  69. ; here again, there are no guarantees, and further study of the 
  70. ; manual, or a call to the vendor, may be required for use of your 
  71. ; unsupported modem with Notes. 
  72.  
  73. ; A special note concerning setup and CONNECT responses 
  74. ; (section 1, above): it is necessary that, if your modem employs 
  75. ; an Auto-Reliable mode, the command which turns this mode 
  76. ; on be included in the main setup string, unless Auto-Reliable 
  77. ; happens to be the factory default (as is the case with many 
  78. ; modern modems).  The command (and any other deemed 
  79. ; necessary) may simply be appended after the X4 command.  If 
  80. ; you are not sure whether a failure to establish dialog is due to 
  81. ; a missing Auto-Reliable command, try lowering the Maximum 
  82. ; Speed via the user interface to the maximum carrier rate the modem 
  83. ; is rated for.  If the connection now succeeds, it usually means 
  84. ; that the factory default is set to Normal or Direct mode, and that 
  85. ; you are not getting the benefit of whatever compression the 
  86. ; modem is capable of.  You should still, however be able to use 
  87. ; the modem for Notes dialup.
  88. ;-------------------------------------------------------------------
  89.  
  90. [attributes]
  91.  
  92. MODELS=Generic All-Speed Modem File (with instructions)
  93. NULL MODEM=0
  94. MAXIMUM SPEED=57600
  95. DEFAULT SPEED=57600
  96.  
  97. ; NOTE: MAXIMUM SPEED for your modem may be lower than 
  98. ; 57600 bps.  Consult your user documentation if a problem is
  99. ; encountered at this speed, and lower the selected speed in
  100. ; the Maximum Speed section of the appropriate Setup box
  101. ; within the Notes user interface dialog.  It is unnecessary to
  102. ; edit this file to lower your port speed.
  103.  
  104. ;FIXED SPEED=1
  105.  
  106. ; NOTE: Remove the semicolon from the FIXED SPEED=x
  107. ; attribute line ONLY when working with Notes Release 3.0,
  108. ; NOT when using earlier or later point releases.  Fixed
  109. ; Speed, as a Notes command file setting, is intended only
  110. ; for Null modems, or as a workaround to a problem appearing
  111. ; in Rel. 3.0 only (the problem was resolved in 3.0a).
  112.  
  113. [commands]
  114.  
  115. ESCAPE=+++
  116. ATTENTION=ATE0V1
  117. HANGUP=ATH0
  118.  
  119. ;--------------------SETUP STRINGS (max. lines=15)---------------
  120.  
  121. SETUP=AT&F
  122. SETUP=ATE0V1
  123. SETUP=AT&C1&D2S0=0X4
  124.  
  125. ;------RTS/CTS ENABLED or IGNORED (max. lines=2, min.=0)--------
  126.  
  127. ; NOTE: If the computer and modem refuse to communicate with 
  128. ; no flow control specified in the command file, either refer to 
  129. ; the manual to determine if one of the following sets of commands 
  130. ; is correct for your modem (or if yet another set is needed), or 
  131. ; select one set at a time till you activate one which works.  The 
  132. ; semicolons at the start of each line cause Notes to ignore the 
  133. ; line, removing them causes Notes to utilize them in initializing 
  134. ; the modem.  Be careful not to remove semicolons from lines which
  135. ; are not command lines, and from more than one set of Enabled/Ignored
  136. ; lines at a time.
  137.  
  138. ;-----------------------------------------------------------------
  139. ; Used by Compaq internals, some Hayes, Practical Peripherals,
  140. ; Telebit T2500, Twincom, Zoom, Zypcom:
  141.  
  142. ;RTS/CTS ENABLED=AT&K3
  143. ;RTS/CTS IGNORED=AT&K0
  144.  
  145. ;-----------------------------------------------------------------
  146. ; Used by Hayes Ultra and Optima, Practical Peripherals 144:
  147.  
  148. ;RTS/CTS ENABLED=AT&K3&R0
  149. ;RTS/CTS IGNORED=AT&K3&R1
  150.  
  151. ;-----------------------------------------------------------------
  152. ; Used by Octocom:
  153.  
  154. ;RTS/CTS ENABLED=AT&K2&U3
  155. ;RTS/CTS IGNORED=AT&K0&U0
  156.  
  157. ;-----------------------------------------------------------------
  158. ; Used by ZyXEL:
  159.  
  160. ;RTS/CTS ENABLED=AT&H3
  161. ;RTS/CTS IGNORED=AT&H0
  162.  
  163. ;-----------------------------------------------------------------
  164. ; Used by USRobotics:
  165. ;
  166. ;RTS/CTS ENABLED=AT&H1&R2&K2
  167. ;RTS/CTS IGNORED=AT&H0&R1&K0
  168.  
  169. ;-----------------------------------------------------------------
  170. ; Used by MultTech:
  171.  
  172. ;RTS/CTS ENABLED=AT&E13
  173. ;RTS/CTS IGNORED=AT&E12
  174.  
  175. ;-----------------------------------------------------------------
  176. ; Used by Telebit QBlazer:
  177.  
  178. ;RTS/CTS ENABLED=AT&R0S58=2S68=255
  179. ;RTS/CTS IGNORED=AT&R3S58=0S68=255
  180.  
  181. ;-----------------------------------------------------------------
  182. ; Used by Telebit Trailblazer, T1600, and T3000:
  183.  
  184. ;RTS/CTS ENABLED=ATS58=2S66=1
  185. ;RTS/CTS IGNORED=ATS58=0S66=0
  186.  
  187. ;-----------------------------------------------------------------
  188. ; Used by DSI:
  189.  
  190. ;RTS/CTS ENABLED=AT*F3
  191. ;RTS/CTS IGNORED=AT*F0
  192.  
  193. ;-----------------------------------------------------------------
  194. ; Used by Motorola Codex:
  195.  
  196. ;RTS/CTS ENABLED=AT*FL3
  197. ;RTS/CTS IGNORED=AT*FL0
  198.  
  199. ;-----------------------------------------------------------------
  200. ; Used by Ventel:
  201.  
  202. ;RTS/CTS ENABLED=AT%F1
  203. ;RTS/CTS IGNORED=AT%F0
  204.  
  205. ;-----------------------------------------------------------------
  206. ; Used by Racal-Milgo:
  207.  
  208. ;RTS/CTS ENABLED=AT\\Q1
  209. ;RTS/CTS IGNORED=AT\\Q0
  210.  
  211. ;-----------------------------------------------------------------
  212. ; Used by AT&T Safari, Microcom, Texas Instruments:
  213.  
  214. ;RTS/CTS ENABLED=AT\\Q2
  215. ;RTS/CTS IGNORED=AT\\Q0
  216.  
  217. ;-----------------------------------------------------------------
  218. ; Used by Data Race, DataStar, GVC, IBM, Microcom, Intel,
  219. ; Megahertz, NEC, PIICEON, UDS, Worldport, Zeos:
  220.  
  221. ;RTS/CTS ENABLED=AT\\Q3
  222. ;RTS/CTS IGNORED=AT\\Q0
  223.  
  224. ;-----------------------------------------------------------------
  225. ; Used by: AT&T Comsphere:
  226.  
  227. ;RTS/CTS ENABLED=AT\\Q3&R0
  228. ;RTS/CTS IGNORED=AT\\Q0&R1
  229.  
  230. ;------------------------------------------------------------------
  231. VOLUME OFF=ATM0
  232. VOLUME LOW=ATM1L1
  233. VOLUME MEDIUM=ATM1L2
  234. VOLUME HIGH=ATM1L3
  235. ANSWER=ATA
  236. MANUAL DIAL=ATX3D
  237. AUTO PULSE DIAL=ATDP
  238. AUTO TONE DIAL=ATDT
  239. AUTO DIAL SUFFIX=,
  240.  
  241. [responses]
  242.  
  243. OK=OK
  244.  
  245. BUSY=BUSY
  246.  
  247. NO ANSWER=NO ANSWER
  248.  
  249. NO CARRIER=NO CARRIER
  250.  
  251. NO DIALTONE=NO DIALTONE
  252. NO DIALTONE=NO DIAL TONE
  253.  
  254. ERROR=ERROR
  255.  
  256. RING=RING
  257.  
  258. ;------------CONNECT RESPONSES (max. lines=300)----------
  259.  
  260. CONNECT, 115200, 115200=CONNECT 115200
  261. CONNECT, 115200, 115200=CONNECT 115200*
  262. CONNECT, 115200, 115200=CONNECT 115.2*
  263. CONNECT, 115200, 115200=CONNECT 115*
  264.  
  265. ; NOTE: For port speeds of 115.2 Kbps to be used, the Maximum and
  266. ; Default speed settings in Attributes will also have to be raised to
  267. ; 115200, and the modem must support this port rate.
  268.  
  269. CONNECT, 57600, 57600=CONNECT 57600
  270. CONNECT, 57600, 57600=CONNECT 57600*
  271. CONNECT, 57600, 57600=CONNECT 57.6*
  272. CONNECT, 57600, 57600=CONNECT 57*
  273.  
  274. CONNECT, 57600, 38400=CONNECT 38400
  275. CONNECT, 57600, 38400=CONNECT 38400*
  276. CONNECT, 57600, 38400=CONNECT 38.4*
  277. CONNECT, 57600, 38400=CONNECT 38*
  278.  
  279. CONNECT, 57600, 28800=CONNECT 28800
  280. CONNECT, 57600, 28800=CONNECT 28800*
  281. CONNECT, 57600, 28800=CONNECT 28.8*
  282. CONNECT, 57600, 28800=CONNECT 28*
  283.  
  284. CONNECT, 57600, 26400=CONNECT 26400
  285. CONNECT, 57600, 26400=CONNECT 26400*
  286. CONNECT, 57600, 26400=CONNECT 26.4*
  287. CONNECT, 57600, 26400=CONNECT 26*
  288.  
  289. CONNECT, 57600, 24000=CONNECT 24000
  290. CONNECT, 57600, 24000=CONNECT 24000*
  291. CONNECT, 57600, 24000=CONNECT 24.0*
  292. CONNECT, 57600, 24000=CONNECT 24*
  293.  
  294. CONNECT, 57600, 21600=CONNECT 21600
  295. CONNECT, 57600, 21600=CONNECT 21600*
  296. CONNECT, 57600, 21600=CONNECT 21.6*
  297. CONNECT, 57600, 21600=CONNECT 21*
  298.  
  299. CONNECT, 57600, 19200=CONNECT 19200
  300. CONNECT, 57600, 19200=CONNECT 19200*
  301. CONNECT, 57600, 19200=CONNECT 19.2*
  302. CONNECT, 57600, 19200=CONNECT 19*
  303.  
  304. CONNECT, 57600, 16800=CONNECT 16800
  305. CONNECT, 57600, 16800=CONNECT 16800*
  306. CONNECT, 57600, 16800=CONNECT 16.8*
  307. CONNECT, 57600, 16800=CONNECT 16*
  308.  
  309. CONNECT, 57600, 14400=CONNECT 14400
  310. CONNECT, 57600, 14400=CONNECT 14400*
  311. CONNECT, 57600, 14400=CONNECT 14.4*
  312. CONNECT, 57600, 14400=CONNECT 14*
  313.  
  314. CONNECT, 57600, 12000=CONNECT 12000
  315. CONNECT, 57600, 12000=CONNECT 12000*
  316. CONNECT, 57600, 12000=CONNECT 12.0*
  317. CONNECT, 57600, 12000=CONNECT 12*
  318.  
  319. CONNECT,  9600, 9600=CONNECT 9600
  320. CONNECT, 57600, 9600=CONNECT 9600*
  321. CONNECT, 57600, 9600=CONNECT 9.6*
  322. CONNECT, 57600, 9600=CONNECT 96*
  323.  
  324. CONNECT,  7200, 7200=CONNECT 7200
  325. CONNECT, 57600, 7200=CONNECT 7200*
  326. CONNECT, 57600, 7200=CONNECT 7.2*
  327. CONNECT, 57600, 7200=CONNECT 72*
  328.  
  329. CONNECT,  4800, 4800=CONNECT 4800
  330. CONNECT, 57600, 4800=CONNECT 4800*
  331. CONNECT, 57600, 4800=CONNECT 4.8*
  332. CONNECT, 57600, 4800=CONNECT 48*
  333.  
  334. CONNECT,  2400, 2400=CONNECT 2400
  335. CONNECT, 57600, 2400=CONNECT 2400*
  336. CONNECT, 57600, 2400=CONNECT 2.4*
  337. CONNECT, 57600, 2400=CONNECT 24*
  338.  
  339. CONNECT,  1200, 1200=CONNECT 1200
  340. CONNECT, 57600, 1200=CONNECT 1200*
  341. CONNECT, 57600, 1200=CONNECT 1.2*
  342.  
  343. CONNECT, 57600=CONNECT
  344.  
  345. CARRIER,,28800=CARRIER 28800
  346.  
  347. CARRIER,,26400=CARRIER 26400
  348.  
  349. CARRIER,,24000=CARRIER 24000
  350.  
  351. CARRIER,,21600=CARRIER 21600
  352.  
  353. CARRIER,,19200=CARRIER 19200
  354.  
  355. CARRIER,,16800=CARRIER 16800
  356.  
  357. CARRIER,,14400=CARRIER 14400
  358.  
  359. CARRIER,,12000=CARRIER 12000
  360.  
  361. CARRIER,, 9600=CARRIER 9600
  362.  
  363. CARRIER,, 7200=CARRIER 7200
  364.  
  365. CARRIER,, 4800=CARRIER 4800
  366.  
  367. CARRIER,, 2400=CARRIER 2400
  368.  
  369. CARRIER,, 1200=CARRIER 1200
  370.